From eb1233d11b030f883974f77176acef9719b49486 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 9 Jun 2010 11:10:22 +0300 Subject: [PATCH] Fix build breakage on non-Unix gdesktopappinfo.h does is in gio-unix headers, so can compile testapplication only on Unix. --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a7c970518b..679262e15b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,7 +32,6 @@ noinst_PROGRAMS = $(TEST_PROGS) \ print-editor \ extendedlayoutexample \ testaccel \ - testapplication \ testassistant \ testbbox \ testbuttons \ @@ -98,6 +97,10 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testtooltips \ testvolumebutton +if OS_UNIX +noinst_PROGRAMS += testapplication +endif + if HAVE_CXX noinst_PROGRAMS += autotestkeywords TESTS = autotestkeywords -- 2.30.2